closed list

Terms from Artificial Intelligence: humans at the heart of algorithms

In search algorithms the closed list records the set nodes that have already been considered. It is required in graph search to avoid re-exmaining the same nodes. This is in contrast to the open-list which records nodes that still need to be explored.

Used on page 70

Also known as closed list